From 9ec121d443e52dc12f32720a2ef8f5f29f90f701 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 12 Jul 2005 16:19:59 +0000 Subject: [PATCH] Fix hgignore regexps some more. --- .hgignore | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/.hgignore b/.hgignore index e49fb7475a..d3c90ec1b5 100644 --- a/.hgignore +++ b/.hgignore @@ -10,13 +10,6 @@ .*\.tar\.bz2$ .*\.tar\.gz$ .*~$ -^BLOG$ -^BitKeeper/.*/.*$ -^Makefile\.rej$ -^PENDING/.*$ -^TAGS$ -^Twisted-1\.3\.0\.tar\.gz$ -^Twisted-1\.3\.0/.*$ ^dist/.*$ ^docs/.*\.aux$ ^docs/.*\.dvi$ @@ -51,17 +44,15 @@ ^extras/mini-os/h/xen-public$ ^extras/mini-os/mini-os\..*$ ^install/.*$ -^linux-.*-xen0/.*$ -^linux-.*-xenU/.*$ -^linux-.*-xen/.*$ -^linux-.*\.patch$ -^linux-2\.6\.10-xen-sparse/include/asm-xen/hypervisor\.h\.smh$ -^linux-xen-sparse$ +^linux-[^/]*-xen0/.*$ +^linux-[^/]*-xenU/.*$ +^linux-[^/]*-xen/.*$ +^linux-[^/]*\.patch$ ^mkddbxen$ -^netbsd-.*-tools/.*$ -^netbsd-.*-xen0/.*$ -^netbsd-.*-xenU/.*$ -^netbsd-.*\.patch$ +^netbsd-[^/]*-tools/.*$ +^netbsd-[^/]*-xen0/.*$ +^netbsd-[^/]*-xenU/.*$ +^netbsd-[^/]*\.patch$ ^patches/.*/\.makedep$ ^patches/ebtables-brnf-5_vs_2\.4\.25\.diff$ ^patches/ebtables\.diff$ -- 2.30.2